home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha Extra 2004 January / CyberMycha Extra 1-2004 (Poland) (Disc 2).bin / StupidInvaders / Game / Script / var_.txt < prev    next >
Encoding:
Text File  |  2000-09-11  |  8.5 KB  |  251 lines

  1. //    SCRIPT DE DEFINITION DU JEU
  2.  
  3. #define    OBJET        <COLLANT>        "COLLANT"
  4. #define    OBJET        <DEBOUCHIOTTE>        "DEBOUCHE CHIOTTE"
  5. #define    OBJET        <ENTONNOIR>        "ENTONNOIR"
  6. #define    OBJET        <FLECHETTE>        "FLECHETTE"
  7. #define    OBJET        <FUSEE>            "FUSEE"
  8. #define    OBJET        <FUT>            "FUT"
  9. #define    OBJET        <MANIVELLE>        "MANIVELLE"
  10. #define    OBJET        <NICHON>        "NICHON"
  11. #define    OBJET        <PIEDDEBICHE>        "PIED DE BICHE"
  12. #define    OBJET        <PQCANDY>        "PQ CANDY"
  13. #define    OBJET        <PQMILIT>        "PQ MILIT"
  14. #define    OBJET        <RALLONGE>        "RALLONGE"
  15. #define    OBJET        <SECHECHEVEUX>        "SECHE CHEVEUX"
  16. #define    OBJET        <TAPETTE>        "TAPETTE"
  17. #define    OBJET        <TELECOMMANDE>        "TELECOMMANDE"
  18. #define    OBJET        <VENTOUSE>        "VENTOUSE"
  19. #define    OBJET        <VENTOUSEPQCANDY>    "VENTOUSE PQ CANDY"
  20. #define    OBJET        <VENTOUSEPQMILIT>    "VENTOUSE PQ MILIT"
  21. #define    OBJET        <CLE>            "CLE"
  22. #define    OBJET        <BRIQUET>        "BRIQUET"
  23. #define    OBJET        <CLEMACHINE>        "CLE MACHINE"
  24. #define    OBJET        <CD>            "CD"
  25. #define    OBJET        <TOUS>            ""
  26. #define    OBJET        <BATTERIE>        "BATTERIE"
  27. #define    OBJET        <LIVRE>            "LIVRE"
  28. #define    OBJET        <PLANCHE>        "PLANCHE"
  29.  
  30. #define    OBJET        <BARRE>            "BARRE"
  31. #define    OBJET        <CHILI>            "POT DE CHILI"
  32. #define    OBJET        <ELECTROG>        "ELECTROGENE"
  33. #define    OBJET        <ENCLUME>        "ENCLUME"
  34. #define    OBJET        <FUGU>            "POISSON FUGU"
  35. #define    OBJET        <GAZ>            "BOUTEILLE GAZ"
  36. #define    OBJET        <GOURDIN>        "GOURDIN"
  37. #define    OBJET        <HUILE>            "HUILE"
  38. #define    OBJET        <LAME>            "LAME DE RASOIR"
  39. #define    OBJET        <LOUCHE>        "LOUCHE"
  40. #define    OBJET        <MARMITE>        "MARMITE"
  41. #define    OBJET        <MASSUE>        "MASSUE"
  42. #define    OBJET        <NICHE>            "NICHE"
  43. #define    OBJET        <POISSON>        "POISSON POURRI"
  44. #define    OBJET        <POUF>            "POUF"
  45. #define    OBJET        <SEAU>            "SEAU"
  46. #define    OBJET        <TUYAU>            "TUYAU"
  47. #define    OBJET        <ROULETTE>        "ROULETTES"
  48. #define    OBJET        <BRANCHE>        "BRANCHE"
  49. #define    OBJET        <PLANCHE2>        "PLANCHE"
  50.  
  51. #define    OBJET        <BOYAU>            "BOYAU"    
  52. #define    OBJET        <BRIQUE>        "BRIQUE"
  53. #define    OBJET        <CALE>            "CALE"
  54. #define    OBJET        <CARTE>            "CARTE"
  55. #define    OBJET        <CRANE>            "CRANE"
  56. #define    OBJET        <CRANE_ACIDE>        "CRANE ACIDE"
  57. #define    OBJET        <LIASSE>            "LIASSE"
  58. #define    OBJET        <OS>            "OS"
  59. #define    OBJET        <PIED_IGOR>        "PIED IGGOR"
  60. #define    OBJET        <HACHE>            "HACHE"
  61. #define    OBJET        <CROCHET>        "CROCHET"
  62. #define    OBJET        <CRANE2>        "CRANE 2"
  63. #define    OBJET        <BOUTEILLE_GAZ>        "BOUTEILLE DE GAZ"
  64. #define    OBJET        <ARROSAGE>        "ARROSAGE"
  65. #define    OBJET        <ALIEN_VERT>        "ALIEN VERT"
  66.  
  67.  
  68.  
  69. #define    MESSAGE        <A05V01_LIEU>        "Spaceship Room"
  70. #define    MESSAGE        <A05V01M01>        "CUPBOARD"
  71. #define    MESSAGE        <A05V01M02>        "LADDER"
  72. #define    MESSAGE        <A05V01M03>        "BALCONY"
  73.  
  74. #define    MESSAGE        <A05V02_LIEU>        "Spaceship Room"
  75. #define    MESSAGE        <A05V02M01>        "CORD"
  76. #define    MESSAGE        <A05V02M02>        "SOCKET"
  77. #define    MESSAGE        <A05V02M03>        "CORRIDOR"
  78. #define    MESSAGE        <A05V02M04>        "ICE CUBE"
  79. #define    MESSAGE        <A05V02M05>        "POSTER"
  80.  
  81. #define    MESSAGE        <A05V03_LIEU>        "Spaceship Room"
  82. #define    MESSAGE        <A05V03M01>        "ICE CUBE"
  83.  
  84. #define    MESSAGE        <A05V04_LIEU>        "Spaceship Room"
  85. #define    MESSAGE        <A05V04M01>        "MACHINE"
  86. #define    MESSAGE        <A05V04M02>        "BLACKBOARD"
  87. #define    MESSAGE        <A05V04M03>        "FART MACHINE RED LEVER"
  88. #define    MESSAGE        <A05V04M04>        "FART MACHINE KEYBOARD"
  89. #define    MESSAGE        <A05V04M05>        "FART MACHINE LEVER"
  90.  
  91. #define    MESSAGE        <A05V08_LIEU>        "Spaceship Room"
  92. #define    MESSAGE        <A05V08M01>        "CUPBOARD"
  93. #define    MESSAGE        <A05V08M02>        "CHIMNEY"
  94. #define    MESSAGE        <A05V08M03>        "GO TO BALCONY"
  95.  
  96. #define    MESSAGE        <A05V09_LIEU>        "Spaceship Room"
  97. #define    MESSAGE        <A05V09M01>        "GO THIS WAY"
  98. #define    MESSAGE        <A05V10_LIEU>        "Spaceship Room"
  99. #define    MESSAGE        <A05V11_LIEU>        "Spaceship Room"
  100.  
  101.  
  102. #define    MESSAGE        <B12V01_LIEU>        "FOOTBRIDGE"
  103. #define    MESSAGE        <B12V01M01>        "EXIT DEMO"
  104. #define    MESSAGE        <B12V01M02>        "EXIT DEMO"
  105. #define    MESSAGE        <B12V01M03>        "GO THIS WAY"
  106.  
  107. #define    MESSAGE        <B12V02_LIEU>        "FOOTBRIDGE"
  108. #define    MESSAGE        <B12V02M01>        "ENTER ROOM"
  109. #define    MESSAGE        <B12V02M02>        "TO THE LIFT"
  110.  
  111. #define    MESSAGE        <B13V01_LIEU>        "FOREMAN'S OFFICE"
  112. #define    MESSAGE        <B13V01M01>        "FOOTBRIDGE"
  113. #define    MESSAGE        <B13V01M02>        "STAIRS"
  114.  
  115. #define    MESSAGE        <B13V02_LIEU>        "FOREMAN'S OFFICE"
  116. #define    MESSAGE        <B13V02M01>        "BIG POT"
  117. #define    MESSAGE        <B13V02M02>        "LADLE"
  118. #define    MESSAGE        <B13V02M03>        "DESK"
  119. #define    MESSAGE        <B13V02M04>        "WHITEBOARD"
  120. #define    MESSAGE        <B13V02M05>        "ARMCHAIR"
  121.  
  122. #define    MESSAGE        <B13V03_LIEU>        "DUNG MUSEUM"
  123. #define    MESSAGE        <B13V03M01>        "PAINTING"
  124. #define    MESSAGE        <B13V03M02>        "SCULPTURE"
  125. #define    MESSAGE        <B13V03M03>        "NEXT ROOM"
  126.  
  127. #define    MESSAGE        <B13V04_LIEU>        "DUNG MUSEUM"
  128. #define    MESSAGE        <B13V04M01>        "PAINTING"
  129. #define    MESSAGE        <B13V04M02>        "SCULPTURE"
  130. #define    MESSAGE        <B13V04M03>        "STAIRS"
  131.  
  132. #define    MESSAGE        <B13V05_LIEU>        "DUNG MUSEUM"
  133. #define    MESSAGE        <B13V05M01>        "THE HEN"
  134. #define    MESSAGE        <B13V05M02>        "DUNG CLUB"
  135. #define    MESSAGE        <B13V05M03>        "STAIRS"
  136. #define    MESSAGE        <B13V05M04>        "TRAP"
  137. #define    MESSAGE        <B13V05M05>        "DEAD HEN"
  138. #define    MESSAGE        <B13V05M06>        "PICTURE"
  139. #define    MESSAGE        <B13V05M07>        "WEAR BIG POT"
  140. #define    MESSAGE        <B13V05M08>        " "
  141.  
  142. #define    MESSAGE        <B13V06_LIEU>        "DUNG MUSEUM"
  143.  
  144. #define    MESSAGE        <B13V07_LIEU>        "DUNG MUSEUM"
  145. #define    MESSAGE        <B13V07M01>        "DUNG SNAIL SCULPTURE"
  146. #define    MESSAGE        <B13V07M02>        "DUNG ELEPHANT SCULPTURE"
  147.  
  148. #define    MESSAGE        <B13V08_LIEU>        "DUNG MUSEUM"
  149. #define    MESSAGE        <B13V08M01>        "DUNG SCULPTURE"
  150.  
  151. #define    MESSAGE        <E23V01_LIEU>        "WASHROOM"
  152. #define    MESSAGE        <E23V01M01>        "WASHBASINS"
  153. #define    MESSAGE        <E23V01M02>        "TOILETS"
  154. #define    MESSAGE        <E23V01M03>        "WALK HERE"
  155.  
  156. #define    MESSAGE        <E23V02_LIEU>        "WASHROOM"
  157. #define    MESSAGE        <E23V02M01>        "WASHBASINS"
  158. #define    MESSAGE        <E23V02M02>        "TOILETS"
  159. #define    MESSAGE        <E23V02M03>        "WALK HERE"
  160. #define    MESSAGE        <E23V02M04>        "TO THE SHOWER"
  161.  
  162. #define    MESSAGE        <E23V03_LIEU>        "WASHBASINS"
  163. #define    MESSAGE        <E23V03M01>        "TO THIS DIRECTION"
  164. #define    MESSAGE        <E23V03M02>        "WALK HERE"
  165.  
  166. #define    MESSAGE        <E23V04_LIEU>        "WASHROOM"
  167. #define    MESSAGE        <E23V04M01>        "TOILET BOWL"
  168. #define    MESSAGE        <E23V04M02>        "GO TO THE LEFT"
  169. #define    MESSAGE        <E23V04M03>        "GO BACK"
  170.  
  171. #define    MESSAGE        <E23V05_LIEU>        "WASHROOM"
  172. #define    MESSAGE        <E23V05M01>        "TOILET BOWL"
  173. #define    MESSAGE        <E23V05M02>        "GO TO THE RIGHT"
  174. #define    MESSAGE        <E23V05M03>        "GO BACK"
  175.  
  176. #define    MESSAGE        <E24V01_LIEU>        "SHOWER"
  177.  
  178. #define    MESSAGE        <E24V04_LIEU>        "SHOWER"
  179. #define    MESSAGE        <E24V04M01>        "TO THE TOILETS"
  180. #define    MESSAGE        <E24V04M02>        "WALK THIS WAY"
  181. #define    MESSAGE        <E24V04M03>        "PULL THE STRING"
  182.  
  183. #define    MESSAGE        <E24V05_LIEU>        "SHOWER"
  184.  
  185. #define    PERSONNAGE    <LA CIGOGNE>        ""
  186. #define    PERSONNAGE    <LE PERE NOEL>        ""
  187. #define    PERSONNAGE    <LE MORT-VIVANT>    ""
  188. #define    PERSONNAGE    <BOLOK>            ""
  189. #define    PERSONNAGE    <LE POISSON ROUGE>    ""
  190. #define    PERSONNAGE    <L'EXHIBITIONNISTE>    ""
  191.  
  192. #define    PERSONNAGE    <LES POUSSINS>        ""
  193. #define    PERSONNAGE    <LE POUSSIN-ZILLA>    ""
  194. #define    PERSONNAGE    <NELSON>        ""
  195. #define    PERSONNAGE    <LE CUISTOT JAPONAIS>    ""
  196. #define    PERSONNAGE    <LE HOMARD>        ""
  197. #define    PERSONNAGE    <REDNECK TRACTEUR>    ""
  198. #define    PERSONNAGE    <REDNECK SOUDEUR>    ""
  199. #define    PERSONNAGE    <LE CHIEN>        ""
  200. #define    PERSONNAGE    <LA POULE>        ""
  201. #define    PERSONNAGE    <LA VACHE>        ""
  202. #define    PERSONNAGE    <COUSTEL>        ""
  203. #define    PERSONNAGE    <LE POISSON FUGU>    ""
  204. #define    PERSONNAGE    <LE TRESOR EN PLASTIQUE>""
  205.  
  206. #define    PERSONNAGE    <L'ELEPHANT SOVIETIQUE>    ""
  207. #define    PERSONNAGE    <L'EMPLOYE DE L'ACCUEIL>    ""
  208. #define    PERSONNAGE    <LE GARDE>        ""
  209. #define    PERSONNAGE    <LA DAME PIPI>        ""
  210. #define    PERSONNAGE    <EMPLOYE 75>        ""
  211. #define    PERSONNAGE    <EMPLOYE 45>        ""
  212. #define    PERSONNAGE    <EMPLOYE 76>        ""
  213. #define    PERSONNAGE    <EMPLOYE DU STOCK>    ""
  214. #define    PERSONNAGE    <LA GROSSE DAME>    ""
  215. #define    PERSONNAGE    <LE PETIT CHIEN>        ""
  216. #define    PERSONNAGE    <KATIA>            ""
  217. #define    PERSONNAGE    <LA MORT>        ""
  218. #define    PERSONNAGE    <LE SLIP BAROUDEUR>    ""
  219.  
  220. #define    PERSONNAGE    <LE HELLS SUR LE TOIT>    ""
  221. #define    PERSONNAGE    <LE GROOM>        ""
  222. #define    PERSONNAGE    <LE RECEPTIONNISTE>    ""
  223. #define    PERSONNAGE    <LE PERROQUET>        ""
  224. #define    PERSONNAGE    <LE TAPIR>        ""
  225. #define    PERSONNAGE    <LA CHAUVE-SOURIS>    ""
  226. #define    PERSONNAGE    <LE BARMAN>        ""
  227. #define    PERSONNAGE    <LE CHIEN DU BARMAN>    ""
  228. #define    PERSONNAGE    <LE HELLS MECANICIEN>    ""
  229. #define    PERSONNAGE    <LE CHEF DES HELLS>    ""
  230. #define    PERSONNAGE    <LE HAMSTER>        ""
  231.  
  232. #define    PERSONNAGE    <L'UNIJAMBISTE>        ""
  233. #define    PERSONNAGE    <L'ASCENCEUR>        ""
  234. #define    PERSONNAGE    <LE HAUT-PARLEUR>    ""
  235. #define    PERSONNAGE    <JOHN LE ROBOT>        ""
  236. #define    PERSONNAGE    <LA MOUCHE>        ""
  237. #define    PERSONNAGE    <LA CUISINIERE>        ""
  238. #define    PERSONNAGE    <LE MEUBLE>        ""
  239. #define    PERSONNAGE    <LE RAT>            ""
  240. #define    PERSONNAGE    <ARCHIBALD>        ""
  241. #define    PERSONNAGE    <L'ESCARGOT>        ""
  242. #define    PERSONNAGE    <L'EMPLOYE SOUFFLERIE>    ""
  243. #define    PERSONNAGE    <SAKARINE>        ""
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.